Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu() #20

Open
wants to merge 2 commits into
base: rcu-dev
Choose a base branch
from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
version: 1
url: https://patchwork.kernel.org/project/rcu/list/?series=686568

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 00c153b
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

In commit 8dbd76e ("tcp/dccp: fix possible race
__inet_lookup_established()"), function hlist_nulls_add_tail_rcu() was
added back, but the local variable *last* is of type hlist_nulls_node,
so use hlist_nulls_next_rcu() instead of hlist_next_rcu().

Signed-off-by: Zhao Mengmeng <[email protected]>
@kernel-patches-bot
Copy link
Author

Master branch: fa70e60
series: https://patchwork.kernel.org/project/rcu/list/?series=686568
version: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants